home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 December / Internet News 2000-12 - CD-ROM.rar / IN200012.ISO / Promo / TheNet / _SETUP.1 / DWSTrial.exe / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Text File  |  2000-09-11  |  2KB  |  86 lines

  1. object Main: TMain
  2.   Left = 568
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Dynamic Web Site (Trial)'
  7.   ClientHeight = 200
  8.   ClientWidth = 253
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBtnFace
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Mancano: TLabel
  20.     Left = 1
  21.     Top = 104
  22.     Width = 248
  23.     Height = 33
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Attendere...'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clRed
  29.     Font.Height = -13
  30.     Font.Name = 'Tahoma'
  31.     Font.Style = [fsBold, fsItalic]
  32.     ParentFont = False
  33.   end
  34.   object Image1: TImage
  35.     Left = 8
  36.     Top = 8
  37.     Width = 233
  38.     Height = 81
  39.     Cursor = crHandPoint
  40.     Picture.Data = {<image000.jpg>}
  41.     OnClick = Image1Click
  42.   end
  43.   object Image2: TImage
  44.     Left = 181
  45.     Top = 136
  46.     Width = 70
  47.     Height = 52
  48.     Cursor = crHandPoint
  49.     AutoSize = True
  50.     Picture.Data = {<image001.jpg>}
  51.     OnClick = Image2Click
  52.   end
  53.   object CloseButton: TImage
  54.     Left = 16
  55.     Top = 152
  56.     Width = 70
  57.     Height = 25
  58.     Cursor = crHandPoint
  59.     AutoSize = True
  60.     Picture.Data = {<image002.jpg>}
  61.     OnMouseDown = CloseButtonMouseDown
  62.     OnMouseUp = CloseButtonMouseUp
  63.   end
  64.   object ChiudiOn: TImage
  65.     Left = 112
  66.     Top = 168
  67.     Width = 70
  68.     Height = 25
  69.     AutoSize = True
  70.     Picture.Data = {<image003.jpg>}
  71.     Visible = False
  72.   end
  73.   object http: TNMHTTP
  74.     Port = 0
  75.     ReportLevel = 0
  76.     Body = 'Default.htm'
  77.     Header = 'Head.txt'
  78.     InputFileMode = False
  79.     OutputFileMode = False
  80.     OnFailure = httpFailure
  81.     ProxyPort = 0
  82.     Left = 128
  83.     Top = 48
  84.   end
  85. end
  86.